projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8190849
)
Reorder menu structure
author
Florian Schirmer
<
[email protected]
>
Thu, 12 May 2005 09:36:35 +0000
(09:36 +0000)
committer
Florian Schirmer
<
[email protected]
>
Thu, 12 May 2005 09:36:35 +0000
(09:36 +0000)
SVN-Revision: 828
openwrt/package/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/Config.in
b/openwrt/package/Config.in
index 34883ffc358008adcfec5bd39302d3529b3a115d..d2e8750c70fb6a0f86a63834cc70a952aacc6793 100644
(file)
--- a/
openwrt/package/Config.in
+++ b/
openwrt/package/Config.in
@@
-1,5
+1,11
@@
#
+menu "Kernel Configuration"
+
+source "package/linux/Config.in"
+
+endmenu
+
menu "OpenWrt Package Selection"
comment "The default set"
@@
-90,11
+96,5
@@
source "package/sdk/Config.in"
endmenu
-menu "Kernel Configuration"
-
-source "package/linux/Config.in"
-
-endmenu
-
source "package/Sysconf.in"